Mathematics Bernoulli Trials and Binomial distribution For CBSE-NCERT
Click for Only Video

Topic Covered

`color{red} ♦` Bernoulli Trials
`color{red} ♦` Binomial distribution

Bernoulli Trials

● Many experiments are dichotomous in nature. For example, a tossed coin shows a ‘head’ or ‘tail’, a manufactured item can be ‘defective’ or ‘non-defective’, the response to a question might be ‘yes’ or ‘no’, an egg has ‘hatched’ or ‘not hatched’, the decision is ‘yes’ or ‘no’ etc. In such cases, it is customary to call one of the outcomes a ‘success’ and the other ‘not success’ or ‘failure’. For example, in tossing a coin, if the occurrence of the head is considered a success, then occurrence of tail is a failure.

● Each time we toss a coin or roll a die or perform any other experiment, we call it a trial. If a coin is tossed, say, 4 times, the number of trials is 4, each having exactly two outcomes, namely, success or failure. The outcome of any trial is independent of the outcome of any other trial. In each of such trials, the probability of success or failure remains constant. Such independent trials which have only two outcomes usually referred as ‘success’ or ‘failure’ are called Bernoulli trials.

`color{blue} "Definition"`

`=>` Trials of a random experiment are called Bernoulli trials, if they satisfy the following conditions :

(i) There should be a finite number of trials.

(ii) The trials should be independent.

(iii) Each trial has exactly two outcomes : success or failure.

(iv) The probability of success remains the same in each trial.

`=>` For example, throwing a die 50 times is a case of 50 Bernoulli trials, in which each trial results in success (say an even number) or failure (an odd number) and the probability of success (p) is same for all 50 throws. Obviously, the successive throws of the die are independent experiments. If the die is fair and have six numbers 1 to 6 written on six faces, then `p =1/2` and `q=1 -p = 1/2` = probability of failure.
Q 3118201100

Six balls are drawn successively from an urn containing 7 red and 9 black
balls. Tell whether or not the trials of drawing balls are Bernoulli trials when after each
draw the ball drawn is

(i) replaced

(ii) not replaced in the urn.
Class 12 Chapter 13 Example 30
Solution:

(i) The number of trials is finite. When the drawing is done with replacement, the
probability of success (say, red ball) is p = 7/16 which is same for all six trials
(draws). Hence, the drawing of balls with replacements are Bernoulli trials.

(ii) When the drawing is done without replacement, the probability of success
(i.e., red ball) in first trial is 7/16 , in 2nd trial is 6/15 if the first ball drawn is red or 7/15
if the first ball drawn is black and so on. Clearly, the probability of success is
not same for all trials, hence the trials are not Bernoulli trials.

Binomial distribution

`=>` Consider the experiment of tossing a coin in which each trial results in success (say, heads) or failure (tails). Let S and F denote respectively success and failure in each trial. Suppose we are interested in finding the ways in which we have one success in
six trials. Clearly, six different cases are there as listed below:

`"SFFFFF, FSFFFF, FFSFFF, FFFSFF, FFFFSF, FFFFFS."`

`=>`Similarly, two successes and four failures can have `(6!)/(4! xx 2!)` combinations. It will be lengthy job to list all of these ways. Therefore, calculation of probabilities of 0, 1, 2,...,n number of successes may be lengthy and time consuming. To avoid the lengthy
calculations and listing of all the possible cases, for the probabilities of number of successes in n-Bernoulli trials, a formula is derived. For this purpose, let us take the experiment made up of three Bernoulli trials with probabilities `p` and `q = 1 – p` for success and failure respectively in each trial. The sample space of the experiment is the set

`S = {SSS, SSF, SFS, FSS, SFF, FSF, FFS, FFF}`

`=>` The number of successes is a random variable X and can take values 0, 1, 2, or 3.
The probability distribution of the number of successes is as below :
`P(X = 0) = P`(no success)
`= P({FFF}) = P(F) P(F) P(F)`
`= q * q * q = q^3` since the trials are independent

`=>P(X = 1) = P`(one successes)
`= P({SFF, FSF, FFS})`
`= P({SFF}) + P({FSF}) + P({FFS})`
`= P(S) P(F) P(F) + P(F) P(S) P(F) + P(F) P(F) P(S)`
`= p *q * q + q * p * q + q * q * p = 3pq^2`

`=>P(X = 2) = `P (two successes)
`= P({SSF, SFS, FSS})`
`= P({SSF}) + P ({SFS}) + P({FSS})`


`= P(S) P(S) P(F) + P(S) P(F) P(S) + P(F) P(S) P(S)`
`= p * p * q + p * q * p + q * p * p = 3p^2 q`

and P(X = 3) = P(three success) = P ({SSS})

`= P(S) * P(S) * P(S) = p^3`

`=>` Thus, the probability distribution of X is


Also, the binominal expansion of `(q + p)^3` is

`q^3 + 3q^2 p + 3qp^2 + p^3`

Note : The probabilities of 0, 1, 2 or 3 successes are respectively the 1st, 2nd, 3rd and 4th term in the expansion of `(q + p)^3`.

`=>`Also, since `q + p = 1,` it follows that the sum of these probabilities, as expected, is 1.
`=>` Thus, we may conclude that in an experiment of n-Bernoulli trials, the probabilities of 0, 1, 2,..., n successes can be obtained as 1st, 2nd,...,(n + 1)th terms in the expansion of (q + p)n. To prove this assertion (result), let us find the probability of x-successes in an experiment of n-Bernoulli trials.

Clearly, in case of x successes (S), there will be (n – x) failures (F).

`=>` Now, x successes (S) and (n – x) failures (F) can be obtained in `(n!)/(x! ( n-x)!)` ways.

In each of these ways, the probability of x successes and (n − x) failures is
= P(x successes) . P(n–x) failures is

` \underbrace{ P(S)\cdot P(S)\cdots P(S)}_{X\text{ times}} * \underbrace{P(F) \cdot P(F) \cdots P(F)}_{(n-x)\text{ times}} = p^x q^(n-x)`

`=>` Thus, the probability of x successes in n-Bernoulli trials is ` (n!)/( x! ( n-x)! ) p^x q^(n-x)`

or `text()^(n )C_x p^x q^(n-x)`

`=>` Thus P(x successes)` = text()^(n)C_x p^x q^(n-x) , x = 0,1,2, ...........n ` `(q = 1-p )`

Clearly, P(x successes), i.e. `text()^(n)C_x p^x q^(n-x) ` is the ` (x+1)^(th)` term in the binomial

expansion of `(q + p)^n`.

`=>` Thus, the probability distribution of number of successes in an experiment consisting of n Bernoulli trials may be obtained by the binomial expansion of `(q + p)^n`. Hence, this

distribution of number of successes X can be written as



`=>`The above probability distribution is known as binomial distribution with parameters n and p, because for given values of n and p, we can find the complete probability distribution.
`=>` The probability of x successes P (X = x) is also denoted by P (x) and is given by

`P(x) = text()^(n)C_x q^(n–x) p^x, x = 0, 1,..., n. (q = 1 – p)`

`=>` This P (x) is called the probability function of the binomial distribution.
`=>` A binomial distribution with n-Bernoulli trials and probability of success in each
trial as p, is denoted by `B (n, p).`
Q 3168301205

If a fair coin is tossed 10 times, find the probability of
(i) exactly six heads
(ii) at least six heads
(iii) at most six heads
Class 12 Chapter 13 Example 31
Solution:

The repeated tosses of a coin are Bernoulli trials. Let X denote the number
of heads in an experiment of 10 trials.
Clearly, X has the binomial distribution with n = 10 and p = 1/2

Therefore` P(X = x) = text(n)^()C_x q^(n-x) p^x , x = 0,1,2,........n`

Here `n =10 , p =1/2 , q =1-p = 1/2`

Therefore `P(X = x) = text(10)^()C_x (1/2)^(10-x) (1/2)^x = text()^(10)C_x (1/2)^10`

Now (i) `P(X = 6) = text()^(10)C_6 (1/2)^10 = (10!)/(6! xx 4!) 1/(2^10) = 105/512`


(ii) P(at least six heads) = P(X ≥ 6)
`= P (X = 6) + P (X = 7) + P (X = 8) + P(X = 9) + P (X = 10)`

`= text()^(10)C_6 (1/2)^10 + text()^(10)C_7 (1/2)^10 + text()^(10)C_8 (1/2)^10 + text()^(10)C_9 (1/2)^10 + text()^(10)C_10 (1/2)^10`

`= [ ( (10!)/(6! xx 4! ) ) + ( (10!)/( 7! xx 3!) ) + ( (10!)/(8! xx 2!) ) + ( ( 10!)/( 9! xx 1!)) + ( (10!)/(10!) ) ] 1/(2^10) = 193/512`



(iii) P(at most six heads) = P(X ≤ 6)
= P (X = 0) + P (X = 1) + P (X = 2) + P (X = 3)
+ P (X = 4) + P (X = 5) + P (X = 6)

`= (1/2)^10 + text()^(10)C_1 (1/2)^10 + text()^(10)C_2 (1/2)^10 + text()^(10)C_3 (1/2)^10`

` + text()^(10)C_4 (1/2)^10 + text()^(10)C_5 (1/2)^10 + text()^(10)C_6 (1/2)^10`

` = 848/1024 = 53/64`
Q 3128401301

Ten eggs are drawn successively with replacement from a lot containing
10% defective eggs. Find the probability that there is at least one defective egg.
Class 12 Chapter 13 Example 32
Solution:

Let X denote the number of defective eggs in the 10 eggs drawn. Since the
drawing is done with replacement, the trials are Bernoulli trials. Clearly, X has the

binomial distribution with n = 10 and p = 10/100 = 1/10

Therefore `q=1 -p = 9/10`

Now P(at least one defective egg) = P(X ≥ 1) = 1 – P (X = 0)

` =1 - text()^(10)C_0 (9/10)^10 = 1- (9^10)/( 10^10)`

 
SiteLock